# text: "The “Un/comment Settings” dialog window enables you to maintain the relationship between programming languages and the comment delimiters associated with them."
# item 2: TEXT (0x88) disabled
# bounds: x1=10 y1=54 x2=340 y2=102
# text: "Comment delimiters are used to separate program source code from other text in a file, including human-language text intended to clarify the source code. In C++, the commenting delimiters are either ‘/*’ and ‘*/’ or simply ‘//’."
# item 3: TEXT (0x88) disabled
# bounds: x1=10 y1=110 x2=340 y2=134
# text: "Two commenting delimiters can be used for each line, one at the beginning and one at the end. Neither is required."